Remove a debug print

Akinori MUSHA 8 years ago
parent
commit
10a2c100f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      spec/models/agents/tumblr_publish_agent_spec.rb

+ 0 - 1
spec/models/agents/tumblr_publish_agent_spec.rb

@@ -79,7 +79,6 @@ describe Agents::TumblrPublishAgent do
79 79
     describe '#receive' do
80 80
       it 'should publish any payload it receives and handle error' do
81 81
         Agents::TumblrPublishAgent.async_receive(@checker.id, [@event.id])
82
-        puts "events #{@checker.events.inspect}"
83 82
         expect(@checker.events.count).to eq(0)
84 83
       end
85 84
     end